home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
- <?xml-stylesheet href="chrome://iobitcom/skin/ebdialogstyle.css" type="text/css"?>
-
- <dialog
- id="ebManageMenuID"
- windowtype="EBManageMenu_CT2384137"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- xmlns:html="http://www.w3.org/1999/xhtml"
- onload="EBUserMenuItemsDialog_CT2384137.OnLoad(event);"
- onunload=""
- buttons="accept, cancel"
- ondialogaccept="EBUserMenuItemsDialog_CT2384137.OnAccept(event)">
-
- <script type="application/x-javascript" src="chrome://iobitcom/content/ctoolbar.js"/>
-
- <vbox>
- <label id="lblTitle" value="Stuff you've added" style="font-weight:bold" />
- <hbox>
- <spacer width="25" />
- <description id="dscTitle">
- You can choose which of these items to keep or remove from the toolbar.
- </description>
- </hbox>
-
- <separator class="groove" style="margin-top:5px; margin-bottom:10px"/>
- <hbox>
- <listbox id="listMenuItems" rows="10" width="360"
- onselect="EBUserMenuItemsDialog_CT2384137.Listbox_OnSelect(event)"
- onkeypress="EBUserMenuItemsDialog_CT2384137.Listbox_OnKeypress(event)">
- <listcols id="listcolsMenuItems">
- <listcol flex="0"/>
- </listcols>
- </listbox>
- <vbox>
- <button id="btnDelete" label="Delete" onclick="EBUserMenuItemsDialog_CT2384137.OnDelete()"/>
- <spacer height="25" />
- <button id="btnUp" image="chrome://global/skin/arrow/arrow-up-sharp.gif" oncommand="EBUserMenuItemsDialog_CT2384137.MoveUp(event)" />
- <button id="btnDown" image="chrome://global/skin/arrow/arrow-dn-sharp.gif" oncommand="EBUserMenuItemsDialog_CT2384137.MoveDown(event)" />
- </vbox>
- </hbox>
- </vbox>
-
- </dialog>
-